home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1033 / BUTTONCONDACTION on(release, keyPress g).as
Text File  |  2002-05-21  |  150b  |  11 lines

  1. on(release, keyPress "g"){
  2.    if(countt == 0 and cond == 0)
  3.    {
  4.       gotoAndStop(2017);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(2019);
  9.    }
  10. }
  11.